home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / hstmnu51.zip / MAIL.BAT < prev    next >
DOS Batch File  |  1997-08-03  |  673b  |  42 lines

  1. @ECHO OFF
  2. C:
  3. CD\TA\IN
  4. if exist *.su* copy *.su* d:\hold
  5. if exist *.mo* copy *.mo* d:\hold
  6. if exist *.tu* copy *.tu* d:\hold
  7. if exist *.we* copy *.we* d:\hold
  8. if exist *.th* copy *.th* d:\hold
  9. if exist *.fr* copy *.fr* d:\hold
  10. if exist *.sa* copy *.sa* d:\hold
  11. if exist *.su* goto TOSS
  12. if exist *.mo* goto TOSS
  13. if exist *.tu* goto TOSS
  14. if exist *.we* goto TOSS
  15. if exist *.th* goto TOSS
  16. if exist *.fr* goto TOSS
  17. if exist *.sa* goto TOSS
  18. if exist *.tic goto TIC
  19. GOTO END
  20. ;
  21. :TOSS
  22. C:
  23. CD\TA\TERMAIL
  24. TM /TOSS
  25. CD\TA
  26. GOTO END
  27. ;
  28. :TIC
  29. C:
  30. CD\TA\AF
  31. ALLFIX FILE
  32. ALLFIX FILE -TOSSBAD
  33. ALLFIX MGR
  34. ALLFIX ANNOUNCE
  35. C:
  36. CD\TA
  37. GOTO END
  38. ;
  39. :END
  40. CD\TA
  41. EXIT
  42.